Skip to content

remove extra slash#185

Open
Kowalskiexe wants to merge 1 commit into
the4thdoctor:mainfrom
Kowalskiexe:fix-99-extra-slash
Open

remove extra slash#185
Kowalskiexe wants to merge 1 commit into
the4thdoctor:mainfrom
Kowalskiexe:fix-99-extra-slash

Conversation

@Kowalskiexe
Copy link
Copy Markdown

solves #99

current behavior:

❮ chameleon show_status
/home/inter/Dev/pg_chameleon/.direnv/python-3.13/bin/chameleon.py:2: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  from pkg_resources import get_distribution
**FATAL - configuration file missing. Please ensure the file /home/inter/.pg_chameleon/configuration//default.yml is present.

desired behavior:

chameleon show_status
/home/inter/Dev/pg_chameleon/.direnv/python-3.13/bin/chameleon.py:2: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  from pkg_resources import get_distribution
**FATAL - configuration file missing. Please ensure the file /home/inter/.pg_chameleon/configuration/default.yml is present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant